OpenRoads Designer CONNECT Edition SDK Help

AppendWithUserTagWithIDCallback Method

Appends the features from DTM into this DTM, inserting them with the specified userTag and calling back to the user of featureId changes.

Definition

Namespace: Bentley.CifNET.TerrainModel Assembly: Bentley.CifNET.TerrainModel.4.0 (in Bentley.CifNET.TerrainModel.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static void AppendWithUserTagWithIDCallback(this DTM dtm, DTM dtmToAppend,long userTag, DTMFeatureIDCallbackDelegate hdl, Object oArg)

Parameters

SettingDescription
  DTM The DTM.
  DTM The dtm to append.
   The user tag to set the features to.
  DTMFeatureIDCallbackDelegate The delegate to call for feature Id mapping.
   The userArg to send to the delegate.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DTM. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also